object ImageInfoDialog: TImageInfoDialog Left = 194 Top = 148 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = ' Image information:' ClientHeight = 252 ClientWidth = 316 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 24 Width = 48 Height = 13 Caption = 'File name:' end object FileNameLabel: TLabel Left = 128 Top = 24 Width = 110 Height = 13 Caption = 'FileNameLabel' end object Label2: TLabel Left = 16 Top = 50 Width = 42 Height = 13 Caption = 'File type:' end object FileTypeLabel: TLabel Left = 128 Top = 50 Width = 110 Height = 13 Caption = 'FileTypeLabel' end object Label3: TLabel Left = 16 Top = 76 Width = 63 Height = 13 Caption = 'Compression:' end object CompressionLabel: TLabel Left = 128 Top = 76 Width = 110 Height = 13 Caption = 'CompressionLabel' end object Label4: TLabel Left = 16 Top = 102 Width = 73 Height = 13 Caption = 'Original colors' end object OriginalSizeLabel: TLabel Left = 128 Top = 128 Width = 81 Height = 13 Caption = 'OriginalSizeLabel' end object OriginalColorsLabel: TLabel Left = 128 Top = 102 Width = 110 Height = 13 Caption = 'OriginalColorsLabel' end object Label5: TLabel Left = 16 Top = 128 Width = 65 Height = 13 Caption = 'Original size:' end object Label6: TLabel Left = 16 Top = 154 Width = 73 Height = 13 Caption = 'Current colors: ' end object CurrentSizeLabel: TLabel Left = 128 Top = 180 Width = 110 Height = 13 Caption = 'CurrentSizeLabel' end object Label7: TLabel Left = 16 Top = 180 Width = 58 Height = 13 Caption = 'Current size:' end object CurrentColorsLabel: TLabel Left = 128 Top = 154 Width = 110 Height = 13 Caption = 'CurrentColorsLabel' end object Bevel1: TBevel Left = 122 Top = 178 Width = 183 Height = 20 end object Bevel3: TBevel Left = 122 Top = 100 Width = 183 Height = 20 end object Bevel4: TBevel Left = 122 Top = 74 Width = 183 Height = 20 end object Bevel5: TBevel Left = 122 Top = 152 Width = 183 Height = 20 end object Bevel6: TBevel Left = 122 Top = 22 Width = 183 Height = 20 end object Bevel7: TBevel Left = 122 Top = 48 Width = 183 Height = 19 end object Bevel8: TBevel Left = 122 Top = 126 Width = 183 Height = 20 end object ColorTableButton: TButton Left = 202 Top = 216 Width = 70 Height = 26 Caption = 'Color table' TabOrder = 0 OnClick = ColorTableButtonClick end object OKBitBtn: TBitBtn Left = 122 Top = 216 Width = 70 Height = 26 TabOrder = 1 Kind = bkOK end end